.img-box .img-d {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.img-box .img-h {
    transform: scale(1.1);
}

.abscss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*font*/
@media (max-width: 767px) {
    .h18 {
        font-size: 16px;
    }

    .h20 {
        font-size: 18px;
    }
}


@media (max-width: 1440px) {
    .h30 {
        font-size: 28px;
    }

    .h24 {
        font-size: 22px;
    }

    .h30 {
        font-size: 28px;
    }

    .h32 {
        font-size: 32px;
    }

    .h48 {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .h30 {
        font-size: 26px;
    }

    .h24 {
        font-size: 20px;
    }

    .h30 {
        font-size: 26px;
    }

    .h32 {
        font-size: 28px;
    }

    .h48 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .h18 {
        font-size: 17px;
    }

    .h20 {
        font-size: 18px;
    }

    .h22 {
        font-size: 20px;
    }

    .h30 {
        font-size: 22px;
    }

    .h32 {
        font-size: 26px;
    }

    .h48 {
        font-size: 34px;
    }
}

.comp-text-list-01 li:nth-child(2n + 1) {
    background-color: #f5f7fb;
}

.comp-text-list-01 .box-s {
    line-height: 30px;
    position: relative;
    padding: 15px 15px 15px 30px;
}

.comp-text-list-01 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-01 .box-s:after {
    content: '';
    position: absolute;
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
    background-color: #2A74D9;
}

.comp-text-list-01 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-text-list-01 .box-s:after {
    background: #acb3ca;
}


.comp-text-list-02 li {
    margin-bottom: 30px;
}

.comp-text-list-02 .box-s {
    background: #f5f7fb;
    padding: 20px 30px;
    color: #666;
}

.comp-text-list-02 .box-s:hover .box-title {
    color: #2A74D9;
    font-weight: bold;
}

.comp-text-list-02 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-02 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    margin-top: 10px;
}

.comp-text-list-02 .box-s .box-date {
    margin-top: 10px;
}


.comp-text-list-03 li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E9EDF3;
}

.comp-text-list-03 .box-s {
    color: #666;
}

.comp-text-list-03 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-03 .box-s .box-date {
    width: 82px;
    height: 82px;
    margin-right: 25px;
    padding-top: 10px;
    float: left;
    text-align: center;
    color: #333;
    background: #f5f7fb;
}

.comp-text-list-03 .box-s .box-date .date-01 {
    line-height: 40px;
    font-weight: bold;
}

.comp-text-list-03 .box-s .box-date .date-02 {
    line-height: 20px;
    font-size: 13px;
}

.comp-text-list-03 .box-s .box-info {
    overflow: hidden;
}

.comp-text-list-03 .box-s .box-title {
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-03 .box-s .box-txt {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}


.comp-text-list-04 .box-s {
    padding-left: 60px;
    background: #f5f7fb;
    height: 60px;
    min-height: 60px;
    margin-bottom: 30px;
    position: relative;
}

.comp-text-list-04 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-04 .box-s .box-icon {
    height: 60px;
    line-height: 60px;
    width: 60px;
    min-width: 60px;
    background-image: url("comm-img-01.png");
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.comp-text-list-04 .box-s .box-icon img {
    display: inline-block;
    vertical-align: middle;
}

.comp-text-list-04 .box-s .box-title {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-weight: bold;
}

.comp-text-list-05 .box-s {
    border-bottom: 1px solid #EEEEEE;
    padding: 30px 120px 30px 30px;
    transition: all 0.5s;
    position: relative;
}

.comp-text-list-05 .box-s:hover {
    box-shadow: 0 0 15px 0 rgba(209, 221, 243, 0.99);
}

.comp-text-list-05 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-05 .box-s:hover .box-more {
    background-color: #2A74D9;
    background-image: url("comm-img-04.png");
}

.comp-text-list-05 .box-s .box-date {
    line-height: 30px;
    color: #333;
    float: left;
    width: 120px;
}

.comp-text-list-05 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    color: #333;
}

.comp-text-list-05 .box-s .box-more {
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-image: url("comm-img-03.png");
}


.comp-text-list-06 .box-s {
    padding: 15px 0 15px 20px;
    line-height: 30px;
    border-bottom: 1px dotted #eee;
    transition: all 0.5s;
    position: relative;
    padding-right: 110px;
}

.comp-text-list-06 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-06 .box-s:before {
    background-color: #2A74D9;
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    top: 50%;
    margin-top: -3px;
}

.comp-text-list-06 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
}

.comp-text-list-06 .box-s .box-date {
    margin-top: -15px;
    color: #333;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 50%;
}


.comp-text-list-07 .box-s {
    padding: 25px 25px 25px 15px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0 1px 9px 0 #EEEEEE;
    color: #666;
}

.comp-text-list-07 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-text-list-07 .box-s .box-date {
    color: #333;
    width: 82px;
    height: 82px;
    margin-right: 25px;
    padding-top: 10px;
    float: left;
    text-align: center;
}

.comp-text-list-07 .box-s .box-date .date-01 {
    line-height: 40px;
    color: #772100;
    font-weight: bold;
}

.comp-text-list-07 .box-s .box-date .date-02 {
    line-height: 20px;
    font-size: 13px;
}

.comp-text-list-07 .box-s .box-info {
    overflow: hidden;
}

.comp-text-list-07 .box-s .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.comp-text-list-07 .box-s .box-txt {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}


.comp-image-text-list-01 .box-s {
    margin-bottom: 30px;
    position: relative;
}

.comp-image-text-list-01 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-image-text-list-01 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-01 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-01 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-01 .box-s .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("comm-img-06.png");
    background-position: bottom center;
    background-repeat: repeat-x;
}

.comp-image-text-list-01 .box-s .box-mc .box-cont {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.comp-image-text-list-01 .box-s .box-mc .box-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.comp-image-text-list-01 .box-s .box-mc .box-more {
    display: block;
    width: 100px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #FFFFFF;
    text-align: center;
}


.comp-image-text-list-02 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-02 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 152px;
}

.comp-image-text-list-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-02 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-02 .box-s .box-info {
    background: #f5f7fb;
    padding: 20px;
}

.comp-image-text-list-02 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
}

.comp-image-text-list-02 .box-s .box-date {
    background: url("comm-img-07.png") no-repeat left center;
    padding-left: 22px;
    margin-top: 10px;
}

.comp-image-text-list-03 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-03 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 180px;
}

.comp-image-text-list-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-03 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-03 .box-s .box-img, .comp-image-text-list-03 .box-s .box-title, .comp-image-text-list-03 .box-s .box-txt {
    margin-bottom: 10px;
}

.comp-image-text-list-03 .box-s .box-title {
    color: #333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-image-text-list-03 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
}

.comp-image-text-list-04 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-04 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 224px;
}

.comp-image-text-list-04 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-04 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-04 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-04 .box-s .box-img {
    border: 1px solid #EEEEEE;
}

.comp-image-text-list-04 .box-s .box-date {
    width: 68px;
    height: 68px;
    background: #0084FF;
    margin-bottom: 15px;
    margin-top: -30px;
    padding-top: 9px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.comp-image-text-list-04 .box-s .box-date .date-01 {
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.comp-image-text-list-04 .box-s .box-date .date-02 {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.comp-image-text-list-04 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    margin-bottom: 15px;
}

.comp-image-text-list-04 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
}

.comp-image-text-list-05 .box-s {
    border: 1px solid #EEEEEE;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-05 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 254px;
}

.comp-image-text-list-05 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-05 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-05 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-05 .box-s:hover .box-more a {
    color: #2A74D9;
}

.comp-image-text-list-05 .box-s .box-info {
    padding-left: 20px;
    padding-right: 20px;
}

.comp-image-text-list-05 .box-s .box-top {
    border-bottom: 1px solid #EEEEEE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comp-image-text-list-05 .box-s .box-date {
    float: left;
    width: 66px;
    border-right: 1px solid #EEEEEE;
    margin-right: 13px;
}

.comp-image-text-list-05 .box-s .box-date .date-01 {
    line-height: 40px;
    color: #00A0E9;
    font-weight: bold;
    margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-date .date-02 {
    line-height: 20px;
    color: #999;
}

.comp-image-text-list-05 .box-s .box-right {
    overflow: hidden;
}

.comp-image-text-list-05 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}

.comp-image-text-list-05 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 44px;
}

.comp-image-text-list-05 .box-s .box-more {
    height: 46px;
    line-height: 46px;
}

.comp-image-text-list-05 .box-s .box-more a {
    display: block;
    background: url("comm-img-08.png") no-repeat right center;
    padding-right: 45px;
    color: #333;
}

.comp-image-text-list-06 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-06 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 190px;
}

.comp-image-text-list-06 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-06 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-06 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-06 .box-s .box-img {
    float: left;
    margin-right: 30px;
    width: 290px;
}

.comp-image-text-list-06 .box-s .box-info {
    padding-top: 20px;
    overflow: hidden;
}

.comp-image-text-list-06 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    height: auto;
    margin-bottom: 15px;
    font-weight: bold;
}

.comp-image-text-list-06 .box-s .box-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    margin-bottom: 15px;
}

.comp-image-text-list-06 .box-s .box-date {
    color: #EAAC75;
}

.comp-image-text-list-07 .box-s {
    margin-bottom: 30px;
    color: #666;
}

.comp-image-text-list-07 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 200px;
}

.comp-image-text-list-07 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-image-text-list-07 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-image-text-list-07 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-image-text-list-07 .box-s .box-img {
    border-radius: 5px;
}

.comp-image-text-list-07 .box-s .box-info {
    margin-top: -60px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(59, 71, 113, 0.08);
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
}

.comp-image-text-list-07 .box-s .box-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 30px;
    height: 90px;
    margin-bottom: 20px;
}

.comp-image-text-list-07 .box-s .box-other {
    line-height: 38px;
}

.comp-image-text-list-07 .box-s .box-date {
    float: left;
    background: url("comm-img-09.png") no-repeat left center;
    padding-left: 25px;
}

.comp-image-text-list-07 .box-s .box-more {
    float: right;
    display: block;
    height: 38px;
    width: 38px;
    background: url("comm-img-10.png") no-repeat;
}
.comp-personnel-list-01 .row {
    margin-left: -13px;
    margin-right: -13px;
}

.comp-personnel-list-01 .row .box-w {
    padding-left: 13px;
    padding-right: 13px;
}

.comp-personnel-list-01 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 200px;
}

.comp-personnel-list-01 .box-s:hover .box-info .box-title {
    color: #2A74D9;
}

.comp-personnel-list-01 .box-s:hover .box-info:after {
    width: 100%;
}

.comp-personnel-list-01 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-personnel-list-01 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-01 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-01 .box-s .box-img {
    border: 1px solid #eee;
}

.comp-personnel-list-01 .box-s .box-info {
    position: relative;
    border-bottom: 4px solid #5184c6;
    padding: 10px 15px;
    background-color: #f5f7fb;
}

.comp-personnel-list-01 .box-s .box-info:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    background-color: #2A74D9;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.comp-personnel-list-01 .box-s .box-info .box-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}

.comp-personnel-list-01 .box-s .box-info .box-txt {
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}

.comp-personnel-list-02 .box-s {
    max-width: 186px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.comp-personnel-list-02 .box-s:hover .box-info .box-title {
    color: #2A74D9;
}

.comp-personnel-list-02 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 260px;
}

.comp-personnel-list-02 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-02 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-02 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.comp-personnel-list-02 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.comp-personnel-list-02 .box-s .box-txt {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 24px;
    height: 120px;
}
.comp-personnel-list-03 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.comp-personnel-list-03 .box-s:hover .box-title {
    color: #2A74D9;
}

.comp-personnel-list-03 .box-s:hover .box-more {
    background-color: #2A74D9;
}

.comp-personnel-list-03 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 210px;
}

.comp-personnel-list-03 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-03 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-03 .box-s .box-img {
    float: left;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-right: 25px;
    width: 145px;
}

.comp-personnel-list-03 .box-s .box-info {
    overflow: hidden;
}

.comp-personnel-list-03 .box-s .box-title {
    position: relative;
    border-bottom: 1px solid #d9dfe7;
    line-height: 26px;
    padding-bottom: 10px;
    font-weight: bold;
    clear: #2A74D9;
    display: block;
    margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 28px;
    height: 2px;
    background-color: #4c63b6;
    z-index: 2;
}

.comp-personnel-list-03 .box-s .box-other {
    color: #666;
    margin-bottom: 15px;
}

.comp-personnel-list-03 .box-s .box-other span {
    font-weight: bold;
    color: #3b4461;
    line-height: 28px;
}

.comp-personnel-list-03 .box-s .box-more {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #354a96;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("comm-arrow.png");
}

@media (min-width: 992px) {
    .comp-personnel-list-03 .row .box-w:nth-child(2n +1) {
        clear: left;
    }
}
.comp-personnel-list-04 .box-s {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center ;
}

.comp-personnel-list-04 .box-s:hover .box-info .box-title {
    color: #2A74D9;
}

.comp-personnel-list-04 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 280px;
}

.comp-personnel-list-04 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-04 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-04 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 15px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.comp-personnel-list-04 .box-s .box-title {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}

.comp-personnel-list-04 .box-s .box-title span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.comp-personnel-list-04 .box-s .box-title:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #d0d4e3;
    width: 26px;
    height: 2px;
    margin-left: -13px;
    bottom: 0;
}

.comp-personnel-list-04 .box-s div[class^="box-txt"] {
    color: #666;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}
.comp-personnel-list-05 .box-s {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #999;
}

.comp-personnel-list-05 .box-s:hover .box-title .title-name {
    color: #2A74D9;
}

.comp-personnel-list-05 .box-s:hover .box-more {
    color: #2A74D9;
}

.comp-personnel-list-05 .box-s .box-img {
    overflow: hidden;
    position: relative;
    height: 205px;
}

.comp-personnel-list-05 .box-s .box-img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s;
}

.comp-personnel-list-05 .box-s:hover .box-img img {
    transform: scale(1.1);
}

.comp-personnel-list-05 .box-s .box-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    float: left;
    width: 165px;
    margin-right: 25px;
}

.comp-personnel-list-05 .box-s .box-info {
    overflow: hidden;
    padding-top: 15px;
}

.comp-personnel-list-05 .box-s .box-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-title .title-name {
    color: #2A74D9;
}

.comp-personnel-list-05 .box-s .box-txt {
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-txt > div {
    float: left;
    margin-right: 20px;
}

.comp-personnel-list-05 .box-s .box-txt > div:last-child {
    margin-right: 0;
}

.comp-personnel-list-05 .box-s .box-other {
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}

.comp-personnel-list-05 .box-s .box-more {
    display: inline-block;
    color: #333;
}
.comp-personnel-list-06 .box-s {
    background: url("comm-arrow2.png") no-repeat left center;
    padding-left: 20px;
    color: #4D4D4D;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.comp-personnel-list-06 .box-s.title-col {
    color: #3D55A7;
    font-weight: bold;
}

.comp-personnel-list-06 .box-s:hover {
    color: #2A74D9;
}

.comp-personnel-details-01 .info-top {
    position: relative;
    padding: 30px 220px 30px 30px;
    margin-bottom: 30px;
    background: #f6f7fa;
    min-height: 280px;
}

.comp-personnel-details-01 .info-top .box-img {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 160px;
}

.comp-personnel-details-01 .info-top .box-img img {
    display: block;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-title {
    border-bottom: 1px solid #c4cdd7;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .info-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #FF8500;
}

.comp-personnel-details-01 .info-top .box-info .info-title span {
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    display: inline-block;
}

.comp-personnel-details-01 .info-top .box-info .box-s {
    line-height: 24px;
    margin-bottom: 6px;
}

.comp-personnel-details-01 .info-top .box-info .box-s:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-01 .info-top .box-info .box-s .title-s {
    color: #454545;
}

.comp-personnel-details-01 .info-top .box-info .box-s .txt-s {
    color: #1a5ba8;
}

.comp-personnel-details-01 .info-top .box-info .info-table {
    display: table;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: table-row;
    width: 100%;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-row > div {
    line-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: table-cell;
    width: 50%;
}

.comp-personnel-details-01 .info-groups {
    margin-bottom: 25px;
}

.comp-personnel-details-01 .info-groups:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-01 .info-groups .info-title {
    line-height: 1.4;
    background: #F6F7FA;
    border-left: 5px solid #c5cfea;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
}

.comp-personnel-details-01 .info-groups .info-txt {
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-01 .details-info {
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-01 .details-info b {
    line-height: 1.4;
    background: #F6F7FA;
    border-left: 5px solid #c5cfea;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    font-size: 16px;
}

.comp-personnel-details-02 .info-top {
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
}

.comp-personnel-details-02 .info-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #ff9800;
}

.comp-personnel-details-02 .info-top .top-title {
    line-height: 40px;
    margin-bottom: 5px;
}

.comp-personnel-details-02 .info-top .top-title > div {
    float: left;
    margin-right: 20px;
}

.comp-personnel-details-02 .info-top .top-title > div:last-child {
    margin-right: 0;
}

.comp-personnel-details-02 .info-top .top-title .title-name {
    color: #004098;
    font-weight: bold;
}

.comp-personnel-details-02 .info-center {
    position: relative;
    margin-bottom: 30px;
    background: #f5f7fb;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 280px;
    min-height: 300px;
}

.comp-personnel-details-02 .info-center .box-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 280px;
    background-color: #c1dced;
    text-align: center;
}

.comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
    max-height: calc(300px - 60px);
    margin-left: auto;
    margin-right: auto;
}

.comp-personnel-details-02 .info-center .box-info {
    padding: 30px;
}

.comp-personnel-details-02 .info-center .box-info .box-s {
    line-height: 28px;
    margin-bottom: 10px;
}

.comp-personnel-details-02 .info-center .box-info .box-s:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-02 .info-center .box-info .box-s .title-s {
    color: #454545;
    font-weight: bold;
}

.comp-personnel-details-02 .info-center .box-info .box-s .txt-s {
    color: #1a5ba8;
}

.comp-personnel-details-02 .info-center .box-info .info-table {
    display: table;
    width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row {
    display: table-row;
    width: 100%;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-row > div {
    line-height: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.comp-personnel-details-02 .info-center .box-info .info-table .table-call {
    display: table-cell;
    width: 50%;
}

.comp-personnel-details-02 .info-other {
    background: #f5f7fb;
    padding: 30px;
    font-size: 15px;
}

.comp-personnel-details-02 .other-txt {
    color: #333;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-02 .other-groups {
    margin-bottom: 25px;
    color: #666;
    line-height: 2;
    text-align: justify;
}

.comp-personnel-details-02 .other-groups:last-child {
    margin-bottom: 0;
}

.comp-personnel-details-02 .other-groups .info-title {
    line-height: 1.4;
    background: #d5eaf8;
    border-left: 5px solid #1259b9;
    padding: 10px 15px;
    font-weight: bold;
    color: #1958AF;
    margin-bottom: 20px;
}
.comp-personnel-details-03 .details-info {
    width: 240px;
    float: left;
    margin-right: 30px;
}

.comp-personnel-details-03 .details-info.info-img-02 {
    width: 185px;
}

.comp-personnel-details-03 .details-info .info-img {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.comp-personnel-details-03 .details-info .info-img img {
    display: block;
    width: 100%;
}

.comp-personnel-details-03 .details-info .info-name {
    position: relative;
    border-bottom: 1px solid #D9DFE7;
    color: #3B4461;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Raleway-Bold';
}

.comp-personnel-details-03 .details-info .info-name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 28px;
    height: 2px;
    background-color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .title-s {
    font-family: 'Raleway-Bold';
    color: #3B4461;
}

.comp-personnel-details-03 .details-info .info-txt .txt-s {
    font-family: 'OpenSans-Regular';
    color: #444444;
    margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont {
    overflow: hidden;
}

.comp-personnel-details-03 .details-cont .cont-title {
    border-bottom: 1px solid #c4cdd7;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color: #454545;
}

.comp-personnel-details-03 .details-cont .cont-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #FF8500;
}

.comp-personnel-details-03 .details-cont .cont-title span {
    font-weight: bold;
    color: #333333;
    margin-right: 10px;
    display: inline-block;
}

.comp-personnel-details-03 .details-cont .cont-info {
    line-height: 1.8;
    overflow: hidden;
    color: #444444;
}

.comp-personnel-details-03 .details-cont .cont-info p, .comp-personnel-details-03 .details-cont .cont-info div {
    margin-bottom: 10px;
}

.comp-personnel-details-03 .details-cont .cont-info b {
    background-color: #f0f3fa;
    border-left: 5px solid #354a96;
    padding: 12px 15px;
    line-height: 24px;
    color: #3B4461;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

.comp-personnel-details-03 .details-cont .cont-info b:first-child {
    margin-top: 0;
}
.comp-pages {
    padding-top: 35px;
}

.comp-pages.comp-page-01 .page-pc a {
    background: #EDEDED;
}

.comp-pages.comp-page-01 .page-pc a, .comp-pages.comp-page-01 .page-pc span {
    border: none!important;
}

.comp-pages.comp-page-02 .page-pc a, .comp-pages.comp-page-02 .page-pc span {
    border-radius: 20px;
}

.comp-pages.comp-page-03 .page-pc a, .comp-pages.comp-page-03 .page-pc span {
    border: none!important;
    border-radius: 20px;
}

.comp-pages .page-pc {
    text-align: center;
}

.comp-pages .page-pc ul li {
    display: inline-block;
    vertical-align: bottom;
}

.comp-pages .page-pc a, .comp-pages .page-pc span {
    display: inline-block;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    color: #333333;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #DCDCDC;
    margin-left: 2px;
    margin-right: 2px;
}

.comp-pages .page-pc a:hover, .comp-pages .page-pc span:hover, .comp-pages .page-pc a.active, .comp-pages .page-pc span.active {
    background: #2A74D9;
    border: 1px solid #2A74D9;
    color: #fff;
}

.comp-pages .page-pc span {
    background: #2A74D9;
    border: 1px solid #2A74D9;
    color: #fff;
}

.comp-pages .page-phone {
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #2A74D9;
    display: none!important;
}

.comp-pages .page-phone:hover, .comp-pages .page-phone:active {
    color: #fff;
}

.details-page {
    color: #666666;
    position: relative;
    line-height: 1.8;
}

.details-page img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.details-page video {
    border-radius: 5px;
    width: 76% !important;
    height: 100% !important;
    margin: 18px auto;
    display: block;
}

.details-page .detail-top {
    margin-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
    padding-bottom: 12px;
}

.details-page .detail-top .title-s {
    color: #333333;
    line-height: 1.5;
    font-weight: bold;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.details-page .detail-top .top-other {
    color: #797575;
    margin-top: 20px;
    padding: 0;
}

.details-page .detail-top .top-other.top-other-no-share .other-info {
    float: none;
    text-align: center;
}

.details-page .detail-top .top-other .other-info {
    float: left;
}

.details-page .detail-top .top-other .other-share {
    float: right;
}

.details-page .detail-top .top-other .other-share > div {
    display: inline-block;
}

.details-page .detail-top .top-other span, .details-page .detail-top .top-other a {
    display: inline-block;
    margin-right: 5px;
}

.details-page .detail-top .top-other span:last-child, .details-page .detail-top .top-other a:last-child {
    margin-right: 0;
}

.details-page .main-cont {
    color: #3F424D;
    text-align: justify;
}

.details-page .main-cont p {
    margin-bottom: 10px;
    line-height: 2;
}

.details-page .main-cont.cont-xilan img {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.details-page .cont-page {
    margin-top: 30px;
    border-top: 1px solid #c1d1e5;
    padding-top: 30px;
    line-height: 24px;
    color: #4D4D4D;
}

.details-page .cont-page .a-page {
    margin-bottom: 10px;
}

.details-page .cont-page .a-page a, .details-page .cont-page .a-page span, .details-page .cont-page .a-page p {
    display: inline;
}

.details-page .cont-page .a-page a {
    color: #4D4D4D;
}

.details-page .cont-page .a-page:hover {
    color: #D31616;
}

.details-page .cont-page .a-page:hover a {
    color: #D31616;
}

.details-page .cont-page-share {
    position: relative;
    padding-right: 100px;
    border-top: 1px solid #c1d1e5;
    margin-top: 30px;
}

.details-page .cont-page-share .cont-page {
    margin-top: 0;
    border-top: none;
}

.details-page .cont-page-share .cont-share {
    position: absolute;
    right: 0;
    top: 20px;
}

.details-page .cont-page-share .share-xl .social-share a {
    width: 32px;
    height: 32px;
}

.social-share {
    /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -64px;
    width: 160px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -64px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.share-xl .social-share a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
}

.share-xl .social-share a.icon-wechat {
    background: url("comm-wx.png");
    background-size: contain;
}

.share-xl .social-share a.icon-weibo {
    background: url("comm-wb.png");
    background-size: contain;
}

/*bread-crumbs*/
.bread-crumbs {
    position: relative;
    color: #677588;
}

.bread-crumbs.bread-crumbs-02 .bread-item > span:before {
    content: '\f101';
}

.bread-crumbs.bread-crumbs-03 .bread-item > span:before {
    content: '|';
}

.bread-crumbs.bread-crumbs-04 .bread-item > span:before {
    content: '/';
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups {
    position: relative;
}

.bread-crumbs.bread-crumbs-05 .bread-item-groups:before {
    content: "\f015";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 16px;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups {
    position: relative;
}

.bread-crumbs.bread-crumbs-06 .bread-item-groups:before {
    content: "\f041";
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
    font-size: 18px;
}

.bread-crumbs .bread-item-groups {
    line-height: 30px;
}

.bread-crumbs .bread-location, .bread-crumbs .bread-item {
    display: inline-block;
}

.bread-crumbs .bread-item a {
    color: #677588;
}

.bread-crumbs .bread-item a.cur {
    color: #2A74D9;
}

.bread-crumbs .bread-item > span:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 7px 0 5px;
    color: #677588;
}

.bread-crumbs a:hover, .bread-crumbs a.cur {
    color: #2A74D9;
}

/*other-menu*/
.other-menu {
    padding-bottom: 30px;
    margin-right: 8px;
}

.other-menu .menu-title {
    background: #2A74D9;
    background-size: cover;
    min-height: 65px;
    line-height: 35px;
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.other-menu .menu-cont {
    background-color: #f5f7fb;
}

.other-menu .menu-cont .box-a {
    display: block;
    background: #FFFFFF;
    border-bottom: 1px solid #e2e5ef;
}

.other-menu .menu-cont .a-title {
    display: block;
    padding: 12px 30px;
    line-height: 30px;
    position: relative;
    color: #333;
    font-size: 17px;
}

.other-menu .menu-cont .a-title:after, .other-menu .menu-cont .a-title:before {
    position: absolute;
}

.other-menu .menu-cont .a-title:before {
    content: '';
    left: 15px;
    top: 19px;
    width: 5px;
    height: 18px;
    background: #3D55A7;
    border-radius: 3px;
}

.other-menu .menu-cont .a-title:after {
    content: "\f105";
    font-family: 'FontAwesome';
    right: 15px;
    font-size: 18px;
}

.other-menu .menu-cont .a-title.active, .other-menu .menu-cont .a-title:hover {
    color: #FFFFFF;
    background: #2A74D9;
}

.other-menu .menu-cont .a-title.active:before, .other-menu .menu-cont .a-title:hover:before {
    background: #fff;
}

.other-menu .down-menu {
    padding-bottom: 10px;
    padding-left: 15px;
}

.other-menu .down-menu a {
    display: block;
    padding: 5px 20px 5px 35px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    position: relative;
}

.other-menu .down-menu a:hover, .other-menu .down-menu a.active {
    color: #3D55A7;
}

.other-menu .down-menu a:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    background-size: contain;
    width: 4px;
    height: 4px;
    background-color: #2e6da4;
    border-radius: 5px;
}

/*banner*/
.comp-banner {
    overflow: hidden;
}

.comp-banner:hover .owl-nav button.owl-prev {
    left: 2%;
}

.comp-banner:hover .owl-nav button.owl-next {
    right: 2%;
}

.comp-banner.comp-banner-01 .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.comp-banner .banner-box {
    position: relative;
}

.comp-banner .banner-box img {
    display: block;
    width: 100%;
}

.comp-banner .banner-box .banner-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.comp-banner .banner-box .banner-mc .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
}

.comp-banner .owl-item.active .item .banner-mc .banner-title {
    animation-name: moveInUp;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}

.comp-banner .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.comp-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #666;
}

.comp-banner .owl-dots .owl-dot.active {
    background-color: #2A74D9;
}

.comp-banner .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5) !important;
    text-align: center;
    transition: all 0.5s;
}

.comp-banner .owl-nav button span {
    display: none;
}

.comp-banner .owl-nav button:after {
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.comp-banner .owl-nav button.owl-prev {
    left: -40px;
}

.comp-banner .owl-nav button.owl-prev:after {
    content: '\f104';
}

.comp-banner .owl-nav button.owl-next {
    right: -40px;
}

.comp-banner .owl-nav button.owl-next:after {
    content: '\f105';
}

.slider-progress-bar .progress {
    height: 4px;
    background: #2A74D9;
    animation: sliderProgressBar ease;
    display: block;
}

.my-slider:hover .slider-progress-bar .progress {
    animation-play-state: paused;
}

@keyframes sliderProgressBar {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes moveInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -10%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.comp-photo-album {
    width: 100%;
    min-height: 500px;
    padding-bottom: 60%;
}

.comp-photo-album .lg-outer .lg-thumb-outer {
    background-color: #fff;
}

@font-face {
    font-family: "STZHONGS";
    src: url("../fonts/STZHONGS.TTF");
}

@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/sy-heavy.OTF");
}

@font-face {
    font-family: "SourceHanSerifCN";
    src: url("../fonts/sy-regular.OTF");
}

a:hover, a:focus {
    color: #3D55A7;
}

body {
    font-family: "Microsoft YaHei", PingFangSC-Regular, Arial, sans-serif;
}

.container {
    *zoom: 1; }

.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

@media (min-width: 1280px) {
}

@media (min-width: 1366px) {
}

@media (min-width: 1440px) {
}

.container {
    width: auto !important;
    padding-left: 7.0313rem;
    padding-right: 7.0313rem;
}

header {
    background: #FFF;
    background: url(/resources/newzhhh/images/hh-bg6.png) no-repeat top center #173878;
    background-size: cover;
}

.header-logo {
    width: 33.8021rem;
}

.header-logo img {
    width: 100%;
}

.sloganBox {
    float: right;
    width: 34.5833rem;
    margin-right: 6.9271rem;
    margin-top: 0.7813rem;
}

.slogan {
    width: 100%;
    display: block;
    font-family: "SourceHanSerifCN-Bold";
}

.slogan span {
    color: #055390;
    color: #fff;
    font-size: 1.8229rem;
    display: block;
    overflow: hidden;
    line-height: 2.9167rem;
}

.slogan span:last-child {
    text-align: right;
    margin-bottom: 0;
}

.nav-bg {
    padding: 0.2083rem 0 3.2292rem;
    position: relative;
    top: 1.2rem;
}

.top-othernav {
    padding: 0.7292rem 0 0.4167rem 0;
    background: rgba(255,255,255,.65);
}

.top-nav {
    margin-right: 1.1458rem;
    display: block;
    overflow: hidden;
}

.top-nav li {
    float: left;
    margin-left: 1.0833rem;
    position: relative;
}

.top-nav li::before {
    position: absolute;
    content: "";
    margin-right: .5rem;
    margin-left: .5rem;
    width: 0.0521rem;
    height: 0.7292rem;
    left: -1rem;
    top: 0.6rem;
    background: #999999;
}

.top-nav li:first-child {
    margin-left: 0;
}

.top-nav li:first-child::before {
    display: none;
}

.top-nav li.ac {
    margin-left: .5rem!important;
}

.top-nav li.ac::before {
    display: inline-block!important;
}


.top-nav li a {
    display: block;
    font-size: 1.25rem;
    color: #0064b9;
}

.top-nav li a:hover {
    color: #055390;
}

.top-nav li.kjdh {
    display: none;
}

.search-click {
    margin-top: 0.45rem;
    width: 1.2rem;
    height: 1rem;
    display: block;
    background: url(../images/hh-search-1.png) no-repeat center;
    background-size: contain;
}

.up-search-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    height: 0;
    background: rgba(5, 83, 144, 0.8);
    padding: 1.0417rem;
    transition: all 0.3s;
    opacity: 0;
    z-index: -1;
}

.up-search-box .middle-cont {
    width: 100%;
    font-size: 0.7292rem;
}

.up-search-box .up-close {
    position: absolute;
    right: 1.0417rem;
    top: 1.0417rem;
    width: 1.6667rem;
    height: 1.6667rem;
    background: url('../images/light-h-close.png') no-repeat center center;
    background-size: contain;
}

.up-search-box.active {
    opacity: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 9999;
}

.up-search-box.active .search-box {
    transition-delay: 0.3s;
    max-width: 52.0833rem;
}

.search-box {
    background: #eaedfa;
    border-bottom: 0.2083rem solid #337CD6;
    position: relative;
    max-width: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    transition: all 0.3s;
}

.search-box .s-inp {
    width: 100%;
    height: 3.2292rem;
    line-height: 3.2292rem;
    font-size: 1.2333rem;
    padding-left: 0.7813rem;
}

.search-box .s-btn {
    height: 3.2292rem;
    line-height: 3.2292rem;
    width: 3.2292rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
    text-align: center;
}

.search-box .s-btn::before {
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 1.0417rem;
    color: #337CD6;
}

.search-box input:-webkit-autofill, .search-box input:-webkit-autofill:hover, .search-box input:-webkit-autofill:focus, .search-box input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.search-box input::-webkit-input-placeholder {
    color: #333;
}

.search-box input::-moz-input-placeholder {
    color: #333;
}

.search-box input::-ms-input-placeholder {
    color: #333;
}

/*nav*/
nav.navbar.bootsnav {
    min-height: 3.125rem;
    background: #0064B9;
    border: none;
    box-shadow: none;
    z-index: 12;
    position: relative;
}

nav.navbar.bootsnav .navbar-collapse {
    padding-right: 0.7813rem;
    padding-left: 0.7813rem;
}

nav.navbar.bootsnav ul.nav {
    margin-left: -0.7813rem;
    margin-right: -0.7813rem;
    float: none;
}

nav.navbar.bootsnav ul.nav > li {
    margin: 0;
    padding: 0;
    width: 9%;
}

nav.navbar.bootsnav ul.nav > li > a {
    display: block;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 1.4583rem;
    padding: 0.8333rem 0 !important;
    margin: 0;
}

nav.navbar.bootsnav ul.nav > li.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

nav.navbar.bootsnav ul.nav > li > a:hover, nav.navbar.bootsnav ul.nav > li > a:focus, nav.navbar.bootsnav ul.nav > li.active > a:hover, nav.navbar.bootsnav ul.nav > li.active > a:focus, nav.navbar.bootsnav ul.nav > li.active > a, nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
    background: #084EA5;
    color: #fff !important;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    border: none;
    border-top: 0.0521rem solid #FFF;
    min-width: 100%;
    width: auto;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #fff;
    margin: 0;
    padding: 0.4167rem 0.5208rem;
    line-height: 1.25rem;
    background: #1B4FAD;
    font-weight: 400;
    text-align: center;
    font-size: 0.9375rem;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a:hover {
    background-color: #053489;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    top: 0;
    border-top: none;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
    font-weight: 400;
    text-align: center;
    font-size: 0.8854rem;
    background: #1B4FAD;
}

nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a:hover {
    background: #4686e7;
}

nav.navbar.bootsnav.scroll {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

nav.navbar.bootsnav li:nth-child(3) > ul.dropdown-menu {
    min-width: 110% !important;
}

nav.navbar.bootsnav .navbar-toggle {
    float: right !important;
    margin: 0 !important;
    background-color: transparent;
    top: 13px;
    padding: 10px 0;
}

nav.navbar.bootsnav .navbar-toggle span {
    display: block;
    width: 30px;
    height: 3px;
    background: #FFF;
    position: relative;
}

nav.navbar.bootsnav .navbar-toggle span::before {
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
}

nav.navbar.bootsnav .navbar-toggle span::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
}

.hc-mobile-nav .nav-wrapper {
    background: rgba(0, 100, 185, 0.9);
}

.hc-mobile-nav li.nav-close a, .hc-mobile-nav li.nav-back a {
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hc-mobile-nav li.nav-close a:hover, .hc-mobile-nav li.nav-back a:hover {
    background: #337cd6;
}

.hc-mobile-nav a:hover, .hc-mobile-nav a:focus {
    color: #fff !important;
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
    background: #337cd6;
}

.hc-mobile-nav h2 {
    height: auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
}

.hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-color: rgba(255, 255, 255, 0.2);
}

.hc-mobile-nav a {
    border-color: rgba(255, 255, 255, 0.2);
}

.index-title-box {
    margin-bottom: 1.0417rem;
}

.index-title-box .title {
    float: left;
    font-size: calc(1.5104rem + 0.2vw);
    color: #0064b9;
}

.index-title-box img {
    width: 2.7604rem;
    height: 2.6042rem;
    margin-right: 10px;
    margin-top: -0.2083rem;
}

.index-title-box a {
    margin-top: 1.25rem;
    width: 3.6458rem;
    float: right;
    font-size: 0.8333rem;
    color: #0064B9;
    line-height: 1.25rem;
    background: url(../images/hh-icon6.png) no-repeat right center;
    background-size: 1.0417rem 0.4167rem;
    border-bottom: 0.0521rem solid transparent;
}

.index-title-box a:hover {
    color: #0064B9;
    border-bottom: 0.0521rem solid #0064B9;
}

.box1 {
    padding: 3.125rem 0 1.1979rem;
    background: url(../images/hh-bg1.png) no-repeat center bottom;
    background-size: 100% auto;
}

.box1-tab-title li {
    float: left;
    width: calc((100% - 4.6875rem) / 4);
    margin-right: 1.5625rem;
    height: 4.0625rem;
    margin-bottom: 1.875rem;
    background: rgba(220, 102, 64, 0.7);
    font-size: 1.1979rem;
    color: #FFF;
    line-height: 1.7708rem;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.box1-tab-title li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -0.8333rem;
    left: 50%;
    transform: translateX(-50%);
    border-left: 0.8333rem solid transparent;
    border-right: 0.8333rem solid transparent;
    border-top: 0.8854rem solid #DC6640;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.box1-tab-title li > div {
    display: block;
    padding: 0.4688rem 1.0417rem;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    overflow: hidden;
    box-sizing: border-box;
}

.box1-tab-title li img {
    float: left;
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.7813rem;
}

.box1-tab-title li span {
    float: left;
    margin-top: 0.7292rem;
}

.box1-tab-title li:hover, .box1-tab-title li.active {
    background: #FFF;
    color: #DC6640;
}

.box1-tab-title li:hover > div, .box1-tab-title li.active > div {
    border: 0.2083rem solid #DC6640;
    padding: 0.2604rem 0.8333rem;
    transition: all 0.5s;
    background: #fff;
}

.box1-tab-title li:hover::before, .box1-tab-title li.active::before {
    opacity: 1;
    transition: all 0.5s;
}

.box1-tab-title li:nth-child(2) {
    background: rgba(27, 174, 93, 0.7);
}

.box1-tab-title li:nth-child(2)::before {
    border-top: 0.8854rem solid #1BAE5D;
}

.box1-tab-title li:nth-child(2):hover, .box1-tab-title li:nth-child(2).active {
    background: #FFF;
    color: #1BAE5D;
}

.box1-tab-title li:nth-child(2):hover > div, .box1-tab-title li:nth-child(2).active > div {
    border: 0.2083rem solid #1BAE5D;
    padding: 0.2604rem 0.8333rem;
    transition: all 0.5s;
    background: #fff;
}

.box1-tab-title li:nth-child(3) {
    background: rgba(0, 131, 242, 0.7);
}

.box1-tab-title li:nth-child(3)::before {
    border-top: 0.8854rem solid #0083F2;
}

.box1-tab-title li:nth-child(3):hover, .box1-tab-title li:nth-child(3).active {
    background: #FFF;
    color: #0083F2;
}

.box1-tab-title li:nth-child(3):hover > div, .box1-tab-title li:nth-child(3).active > div {
    border: 0.2083rem solid #0083F2;
    padding: 0.2604rem 0.8333rem;
    transition: all 0.5s;
    background: #fff;
}

.box1-tab-title li:nth-child(4) {
    margin-right: 0;
    background: rgba(130, 80, 222, 0.7);
}

.box1-tab-title li:nth-child(4)::before {
    border-top: 0.8854rem solid #8250DE;
}

.box1-tab-title li:nth-child(4):hover, .box1-tab-title li:nth-child(4).active {
    background: #FFF;
    color: #8250DE;
}

.box1-tab-title li:nth-child(4):hover > div, .box1-tab-title li:nth-child(4).active > div {
    border: 0.2083rem solid #8250DE;
    padding: 0.2604rem 0.8333rem;
    transition: all 0.5s;
    background: #fff;
}

.tab-cont > div {
    display: none;
}

.tab-cont > div:first-child {
    display: block;
}

.zxgj-box .left-box {
    float: left;
    display: block;
    width: 35.2604rem;
    height: 23.75rem;
    margin-right: 2.1875rem;
    overflow: hidden;
    position: relative;
}

.zxgj-box .left-box img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.zxgj-box .info {
    overflow: hidden;
    position: relative;
    padding-bottom: 0.4167rem;
}

.zxgj-box .info .row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
}

.zxgj-box .info .row > [class^='col'] {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.zxgj-box .info .col-md-6:nth-child(1) .sorttit {
    background-color: #de8266;
}

.zxgj-box .info .col-md-6:nth-child(2) .sorttit {
    background-color: #43bb7d;
}

.zxgj-box .info .col-md-6:nth-child(3) .sorttit {
    background-color: #2695f4;
}

.zxgj-box .info .col-md-6:nth-child(4) .sorttit {
    background-color: #8e6ce4;
}

.zxgj-box .areabox {
    overflow: hidden;
    margin-bottom: 0.8rem;
}

.zxgj-box .areabox .sorttit {
    padding: 9px 16px;
    margin-bottom: 1.1458rem;
    overflow: hidden;
}

.zxgj-box .areabox .sorttit img {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 16px;
    float: left;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    transition: All 0.5s ease-in-out;
}

.zxgj-box .areabox .sorttit:hover img {
    transform: rotate(360deg);
}

.zxgj-box .areabox .sorttit span {
    font-size: 1.3542rem;
    color: #ffffff;
    line-height: 3.125rem;
}

.zxgj-box .top-zxgj {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 1.0417rem 1.0417rem 0.7292rem 1.0417rem;
    margin-bottom: 1.0417rem;
}

.zxgj-box .desc {
    font-size: 0.9375rem;
    color: #555555;
    line-height: 1.7188rem;
    text-indent: 1rem;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.4375rem;
}

.zxgj-box .zxgj-list li {
    margin-bottom: .9417rem;
}

.zxgj-box .zxgj-list li:last-child {
    margin-bottom: 0;
}

.zxgj-box .zxgj-list a {
    display: block;
    font-size: calc(.9375rem + 0.2vw);
    color: #0659A0;
    line-height: 1.2;
    position: relative;
    padding-left: 1.1458rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zxgj-box .zxgj-list a::before {
    position: absolute;
    content: '';
    width: 0.2604rem;
    height: 0.3646rem;
    background: #0064B9;
    left: 2px;
    top: .4688rem;
}

.zxgj-box .zxgj-list a:hover {
    color: #F28E2E;
}

.zxgj-box .zxgj-list a:hover::before {
    background: #F28E2E;
}

.zxgj-box .zxgj-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.8333rem;
    color: #0064B9;
    line-height: 1.25rem;
    width: 3.6458rem;
    background: url(../images/hh-icon6.png) no-repeat right center;
    background-size: 1.0417rem 0.4167rem;
    border-bottom: 0.0521rem solid transparent;
}

.zxgj-box .zxgj-more:hover {
    color: #0064B9;
    border-bottom: 0.0521rem solid #0064B9;
}

.zxgj-box .swiper-pagination-bullet {
    width: .7292rem;
    height: .7292rem;
    background: #ffffff;
    opacity: 1;
}

.zxgj-box .swiper-pagination-bullet-active {
    background: transparent;
    border: #ffffff solid 3px;
}

.zxgj-box .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 22px;
    padding-right: 28px;
    text-align: right;
}

.zxgj-box .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.zxgj-box .swiper-slide-active img, .zxgj-box .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.box2 {
    padding: 2.9167rem 0 3.125rem 0;
}

.box2 .col-md-3:nth-child(2) .notice-box {
    background: url(../images/hh-bg3.png) no-repeat center;
}

.box2 .col-md-3:nth-child(2) .notice-box::before {
    width: 2.8646rem;
    height: 2.8646rem;
    background: url(../images/hh-icon9.png) no-repeat center;
}

.box2 .col-md-3:nth-child(3) .notice-box {
    background: url(../images/hh-bg4.png) no-repeat center;
}

.box2 .col-md-3:nth-child(3) .notice-box::before {
    width: 3.0729rem;
    height: 3.5417rem;
    background: url(../images/hh-icon10.png) no-repeat center;
}

.box2 .col-md-3:nth-child(4) .notice-box {
    background: url(../images/hh-bg5.png) no-repeat center;
}

.box2 .col-md-3:nth-child(4) .notice-box::before {
    display: none;
}

.hh-row-20 {
    margin: 0 -1.0417rem;
}

.hh-col-20 {
    padding: 0 1.0417rem;
}

.notice-box {
    height: 16.8229rem;
    padding: 1.6667rem 1.1979rem 1.3542rem 1.1979rem;
    background: url(../images/hh-bg2.png) no-repeat center;
    background-size: cover !important;
    position: relative;
}

.notice-box::before {
    position: absolute;
    content: '';
    right: 1.4063rem;
    top: 0.9375rem;
    width: 2.8646rem;
    height: 3.125rem;
    background: url(../images/hh-icon8.png) no-repeat center;
    background-size: 100% 100% !important;
}

.notice-box .lmjj-tgyq {
    height: 50%;
    border-bottom: 0.0521rem solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.notice-box .lmjj-tgyq::before {
    position: absolute;
    content: '';
    right: 1.4063rem;
    top: -0.5208rem;
    width: 2.6563rem;
    height: 3.1771rem;
    background: url(../images/hh-icon11.png) no-repeat center;
    background-size: 100% 100% !important;
}

.notice-box .lmjj-tgyq a {
    display: inline-block;
    font-size: 1.6667rem;
    color: #FFFFFF;
    line-height: 2.0833rem;
    padding-bottom: 1.1979rem;
    position: relative;
}

.notice-box .lmjj-tgyq a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1.5625rem;
    height: 0.2083rem;
    background: #FFFFFF;
    transition: all 0.5s;
}

.notice-box .lmjj-tgyq a:hover::before {
    width: 100%;
    transition: all 0.5s;
}

.notice-box .lmjj-tgyq:last-child {
    padding-top: 1.6667rem;
    border-bottom: none;
}

.notice-box .lmjj-tgyq:last-child::before {
    top: 0.9375rem;
    width: 2.7604rem;
    height: 3.3854rem;
    background: url(../images/hh-icon12.png) no-repeat center;
}

.notice-title-box {
    font-size: 1.6667rem;
    color: #FFFFFF;
    line-height: 2.0833rem;
    padding-bottom: 1.1979rem;
    margin-bottom: 0.8333rem;
    position: relative;
}

.notice-title-box::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1.5625rem;
    height: 0.2083rem;
    background: #FFFFFF;
}

.notice-list {
    margin-bottom: 1.4583rem;
}

.notice-list li {
    margin-bottom: 0.5208rem;
}

.notice-list li:last-child {
    margin-bottom: 0;
}

.notice-list a {
    display: block;
    font-size: calc(.9375rem + 0.2vw);
    color: #FFFFFF;
    line-height: 1.3542rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0.6771rem;
    position: relative;
    transition: all 0.5s;
}

.notice-list a::before {
    position: absolute;
    content: '';
    width: 0.2604rem;
    height: 0.3646rem;
    background: #FFFFFF;
    left: 0;
    top: 0.5208rem;
    transition: all 0.5s;
}

.notice-list a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.0521rem;
    background: #fff;
    left: 0;
    top: 0.6771rem;
    transition: all 0.5s;
}

.notice-list a:hover {
    transition: all 0.5s;
    padding-left: 2.6042rem;
}

.notice-list a:hover::before {
    left: 1.5625rem;
    transition: all 0.5s;
}

.notice-list a:hover::after {
    width: 1.5625rem;
    transition: all 0.5s;
}

.notice-more {
    display: block;
    margin-left: auto;
    width: 3.6458rem;
    font-size: 0.8333rem;
    color: #FFFFFF;
    line-height: 1.25rem;
    background: url(../images/hh-icon7.png) no-repeat right center;
    background-size: 1.0417rem 0.4167rem;
}

.notice-more:hover {
    color: #fff;
    border-bottom: 0.0521rem solid #fff;
}

.box3 {
    overflow: hidden;
    padding: 3.125rem 0 0.5208rem 0;
    position: relative;
}

.box3::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 7.0313rem;
    height: 21.5104rem;
    background: url(../images/hh-bg6.png) no-repeat center;
    background-size: cover !important;
    overflow: hidden;
}

.box3::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background: #F2F7FF;
    height: calc(100% - 21.5104rem);
}

.box3 .index-title-box {
    position: relative;
}

.box3 .index-title-box .title {
    color: #FFF;
}

.box3 .index-title-box img {
    width: 2.1875rem;
    height: 2.2396rem;
}

.box3 .index-title-box a {
    margin-right: 1.3021rem;
    width: 3.6458rem;
    color: #FFFFFF;
    background: url(../images/hh-icon7.png) no-repeat right center;
}

.box3 .index-title-box a:hover {
    color: #fff;
    border-bottom: 0.0521rem solid #fff;
}

.posi {
    position: relative;
}

.kxj-swiper-btn {
    margin-top: 0.4167rem;
    position: absolute;
    width: 6.9792rem;
    right: 12.8125rem;
    height: 2.8125rem;
}

.kxj-swiper-btn .kxj-next, .kxj-swiper-btn .kxj-prev {
    width: 2.8125rem;
    height: 100%;
    border: 0.0521rem solid #FFFFFF;
    border-radius: 50%;
    background-size: 1.0417rem 0.4167rem !important;
    opacity: 1;
    cursor: pointer;
}

.kxj-swiper-btn .kxj-next::after, .kxj-swiper-btn .kxj-prev::after {
    display: none;
}

.kxj-swiper-btn .kxj-next {
    right: 0;
    background: url(../images/hh-right.png) no-repeat center center;
}

.kxj-swiper-btn .kxj-next:hover {
    background: #F28E2E url(../images/hh-right.png) no-repeat center center;
    border: 0.0521rem solid #F28E2E;
}

.kxj-swiper-btn .kxj-prev {
    left: 0;
    background: url(../images/hh-left.png) no-repeat center;
}

.kxj-swiper-btn .kxj-prev:hover {
    background: #F28E2E url(../images/hh-left.png) no-repeat center center;
    border: 0.0521rem solid #F28E2E;
}

.kxjjs-box {
    margin-left: 7.0313rem;
}

.kxjjs-swiper {
    overflow: hidden;
    margin: 0 -0.8333rem;
}

.kxjjs-swiper .swiper-slide {
    /* width: 24.8958rem !important; */
}

.dashow-box {
    padding: 1.5625rem 0.8333rem;
}

.kxjjs-desc-box {
    display: block;
    height: 16.5625rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.625rem 1.0417rem 0rem rgba(0, 100, 185, 0.1);
    padding: 2.0833rem 2.0833rem 1.5104rem 2.0833rem;
}

.kxjjs-desc-box .img-box {
    float: left;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1.0417rem;
    overflow: hidden;
    border-radius: 50%;
}

.kxjjs-desc-box .img-box img {
    width: 100%;
    height: auto;
}

.kxjjs-desc-box .info {
    overflow: hidden;
    padding-top: 1.0417rem;
}

.kxjjs-desc-box h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.5625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kxjjs-desc-box p {
    font-size: 0.7292rem;
    color: #333333;
    line-height: 1.5625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kxjjs-desc-box .index-ry-box {
    margin-bottom: 0.5729rem;
}

.kxjjs-desc-box .desc {
    font-size: calc(.9375rem + 0.2vw);
    #font-size: 0.8333rem;
    color: #999999;
    line-height: 1.5625rem;
    text-align: justify;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 7.8125rem;
    text-indent: 2em;
}

.kxjjs-desc-box:hover h3 {
    color: #F28E2E;
}

.hh-row-27 {
    margin: 0 -1.4063rem;
}

.hh-col-27 {
    padding: 0 1.4063rem;
}

.box4 {
    background: #F2F7FF;
    padding: 3.4375rem 0 4.6875rem 0;
}

.box4 .index-title-box {
    margin-bottom: 3.2813rem;
}

.box4 .index-title-box img {
    width: 2.2917rem;
    height: 2.2917rem;
}

.qnyd-list li {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: 0.0521rem solid #E4E4E4;
    transition: all 0.5s;
}

.qnyd-list li:last-child {
    margin-bottom: 0;
}

.qnyd-list li:hover {
    transition: all 0.5s;
    border-bottom: 0.0521rem solid #0064B9;
}

.qnyd-list li:hover a {
    padding-left: 2.7604rem;
    color: #0064B9;
    transition: all 0.5s;
}

.qnyd-list li:hover a::before {
    left: 1.5625rem;
    border: 0.1042rem solid #0064B9;
    transition: all 0.5s;
}

.qnyd-list li:hover a::after {
    width: 1.5625rem;
    transition: all 0.5s;
}

.qnyd-list a {
    display: block;
    padding-left: 1.1458rem;
    font-size: calc(.9375rem + 0.2vw);
    color: #333333;
    line-height: 1.5625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.5s;
}

.qnyd-list a::before {
    position: absolute;
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border: 0.1042rem solid #F28E2E;
    border-radius: 50%;
    left: 0;
    top: 0.4688rem;
    transition: all 0.5s;
}

.qnyd-list a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.0521rem;
    background: #0064B9;
    left: 0;
    top: 0.7292rem;
    transition: all 0.5s;
}

.kpps-top {
    margin-bottom: 0.6771rem;
}

.kpps-top .img-box {
    float: left;
    width: 5.9896rem;
    height: 7.9688rem;
    overflow: hidden;
    margin-right: 0.7813rem;
}

.kpps-top .img-box img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.kpps-top .info {
    overflow: hidden;
    padding-top: 0.3125rem;
}

.kpps-top h4 {
    font-size: calc(.9375rem + 0.2vw);
    font-weight: bold;
    color: #0064B9;
    line-height: 1.5625rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0.3125rem;
}

.kpps-top .desc {
    font-size: 0.8333rem;
    color: #999999;
    line-height: 1.5625rem;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 4.6875rem;
}

.box5 {
    background: url(../images/hh-bg7.png) no-repeat center;
    background-size: cover;
    padding: 5.1042rem 0 2.8646rem 0;
}

.box5 .index-title-box img {
    width: 2.5rem;
    height: 1.7708rem;
}

.hh-row-18 {
    margin: 0 -0.9375rem;
}

.hh-col-18 {
    padding: 0 0.9375rem;
}

.gallery-top {
    float: right;
    width: 62.5rem;
}

.gallery-thumbs {
    float: left;
    width: calc(100% - 62.5rem - 4.1667rem);
    margin-top: 3.5417rem;
}

.gallery-thumbs .swiper-wrapper {
    display: block !important;
}

.gallery-thumbs .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 1.0417rem;
}

.gallery-thumbs .swiper-slide:last-child {
    margin-bottom: 0;
}

.index-xyx-box {
    margin-top: -4.1667rem;
}

.xyx-cont-box {
    display: block;
    position: relative;
}

.xyx-cont-box:hover .img-box img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.xyx-cont-box .img-box {
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
    position: relative;
}

.xyx-cont-box .img-box::before {
    position: absolute;
    content: '';
    top: 1.0417rem;
    left: 1.0417rem;
    bottom: 1.0417rem;
    right: 1.0417rem;
    border: 0.0521rem solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.xyx-cont-box .img-box::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004682;
    opacity: 0.5;
    z-index: 1;
}

.xyx-cont-box .img-box img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.xyx-cont-box .xy-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    min-width: 17.7083rem;
    max-width: 23.9583rem;
}

.xyx-cont-box .xy-logo-img {
    float: left;
    width: 5.2083rem;
    height: 5.2083rem;
    margin-right: 1.5625rem;
}

.xyx-cont-box .xy-logo-img img {
    width: 100%;
    height: 100%;
}

.xyx-cont-box p {
    overflow: hidden;
    font-size: 1.3542rem;
    color: #FFFFFF;
    line-height: 2.0833rem;
    margin-top: 0.4167rem;
}

.xyx-title {
    padding-left: 1.4063rem;
    color: #333333;
    line-height: 1.25rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    margin-bottom: 1.0417rem;
    transition: all 0.5s;
    font-size: calc(.9375rem + 0.2vw);
}

.xyx-title::before {
    position: absolute;
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    border: 0.1042rem solid #F28E2E;
    border-radius: 50%;
    left: 0;
    top: 0.2604rem;
    transition: all 0.5s;
}

.xyx-title::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0.0521rem;
    background: #0064B9;
    left: 0;
    top: 0.5729rem;
    transition: all 0.5s;
}

.xyx-title:hover {
    padding-left: 2.7604rem;
    font-weight: bold;
    color: #0064B9;
    transition: all 0.5s;
    font-size: calc(.9375rem + 0.2vw);
}

.xyx-title:hover::before {
    border: 0.1042rem solid #0064B9;
    left: 1.5625rem;
    transition: all 0.5s;
}

.xyx-title:hover::after {
    width: 1.5625rem;
    transition: all 0.5s;
}

.swiper-slide-active.swiper-slide-thumb-active .xyx-title {
    padding-left: 2.7604rem;
    font-weight: bold;
    color: #0064B9;
    transition: all 0.5s;
}

.swiper-slide-active.swiper-slide-thumb-active .xyx-title::before {
    border: 0.1042rem solid #0064B9;
    left: 1.5625rem;
    transition: all 0.5s;
}

.swiper-slide-active.swiper-slide-thumb-active .xyx-title::after {
    width: 1.5625rem;
    transition: all 0.5s;
}

.xyx-more {
    font-size: 1.0417rem;
    color: #0064B9;
    padding-right: 2.4479rem;
    background: url(../images/hh-icon6.png) no-repeat right center;
    background-size: 1.0417rem 0.4167rem;
    display: block;
    margin-top: 3.2813rem;
    width: 6.7708rem;
    margin-left: auto;
    border-bottom: 0.0521rem solid transparent;
}

.xyx-more:hover {
    border-bottom: 0.0521rem solid #0064B9;
}

.box6 {
    padding: 3.6458rem 0;
}

.box6 .row .col-md-6:nth-child(2) .table-box .index-title-box img {
    width: 1.3021rem;
    height: 1.6146rem;
}

.hh-row-24 {
    margin: 0 -1.25rem;
}

.hh-col-24 {
    padding: 0 1.25rem;
}

.table-box {
    background: linear-gradient(#DCECFD, #fff 3.125rem);
    border: 0.0521rem solid #AEDAFF;
    padding: 1.5625rem;
}

.table-box .index-title-box {
    padding-bottom: 0.4688rem;
    border-bottom: 0.0521rem solid #AEDAFF;
}

.table-box .index-title-box .title {
    font-size: 1.3542rem;
    font-weight: bold;
    color: #0064B9;
    line-height: 1.5625rem;
}

.table-box .index-title-box img {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.1563rem;
}

.table-box .index-title-box a {
    margin-top: 0.3125rem;
}

.table-tab {
    display: block;
    overflow: hidden;
    font-size: 0;
}

.table-tab span {
    width: 5.2083rem;
    height: 1.7708rem;
    line-height: 1.7708rem;
    text-align: center;
    font-size: 1.0417rem;
    background: #FFE7D0;
    border-radius: 0.3125rem 0.3125rem 0rem 0rem;
    margin-right: 0.5208rem;
    color: #F28E2E;
    display: inline-block;
    cursor: pointer;
}

.table-tab span.active, .table-tab span:hover {
    color: #FFFFFF;
    background: #0064B9;
}

.index-table {
    table-layout: fixed;
}

.index-table thead {
    position: sticky;
    top: 0;
    left: 0;
    background: #F5F5F5;
}

.index-table thead th {
    font-size: 1.0417rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.5625rem;
    padding: 0.2604rem 0.6771rem;
}

.index-table tbody tr {
    border-bottom: 0.0521rem solid #F5F5F5;
}

.index-table tbody tr:hover td {
    color: #0064B9;
}

.index-table tbody td {
    font-size: 1.0417rem;
    padding: 0.4688rem 0.6771rem;
    line-height: 1.5625rem;
    color: #666666;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-center > div {
    height: 14.8438rem;
    display: none;
    overflow: auto;
}

.table-center > div:first-child {
    display: block;
}

.table-center > div::-webkit-scrollbar {
    width: 0.2604rem;
    height: 0rem;
}

.table-center > div::-webkit-scrollbar-thumb {
    border-radius: 0.5208rem;
    background: #5D87FF2f;
}

.table-center > div::-webkit-scrollbar-thumb:hover {
    background: #337CD6;
}

.table-center > div::-webkit-scrollbar-track {
    border-radius: 0.5208rem;
    background: #ededed;
}

.footer {
    padding: 1.875rem 0;
    text-align: center;
    color: #FFFFFF;
    background: #0064B9;
}

.footer .footer-dydw {
    display: block;
    width: 2.5521rem;
    height: 3.0729rem;
    margin: 0 auto 0.7813rem;
}

.footer .footer-dydw img {
    /* width: 100%; */
    /* height: 100%; */
}

.footer .footer-info {
    font-size: 0;
    color: #fff;
}

.footer span, .footer a {
    display: inline-block;
    font-size: 0.9375rem;
    color: #fff;
    line-height: 2.3rem;
    margin-right: 0.5208rem;
}

.footer a:hover {
    text-decoration: underline;
}

#xlJumpNum {
    width: 2.6042rem!important;
}

#page li {
    display: inline-block;
    min-width: 1.5625rem;
    height: 1.4583rem;
    cursor: pointer;
    color: #666;
    font-size: .6771rem;
    line-height: 1.4583rem;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 .2083rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .2083rem;
}

.xl-nextPage, .xl-prevPage {
    width: 3.125rem;
    color: #0064B9;
    height: 1.4583rem;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #0064B9;
    border-color: #0064B9;
    color: #FFF
}

#page li:hover {
    background-color: #0064B9 !important;
    border-color: #0064B9;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

.edui-dialog-link .edui-link-table {
    width: auto !important;
}

.edui-dialog-link .edui-link-table label {
    font-size: calc(.6rem + 0.2vw);
}

.pad_nav_box {
    display: none;
}

@media(max-width: 767px) {
    .pad_nav_box {
        padding:0 0 0 10px;
        position: relative;
        display: block;
        background: #0064b9;
    }

    .pad_nav {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 60px;
        overflow: hidden;
    }

    .pad_nav.fixed {
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -375px;
        z-index: 900;
    }

    .pad_nav * {
        overflow: visible;
    }

    .pad_nav ul {
        position: relative;
        width: 100%;
    }

    .pad_nav li {
        float: left;
        font-size: 32px;
        width: auto;
    }

    .pad_nav li a {
        padding: 0 15px;
        line-height: 60px;
    }

    .pad_nav li a,.pad_nav li a:hover {
        color: #fff !important;
        font-size: 18px;
        font-weight: 600;
    }

    .pad_nav li.cur {
        background: #1d3897;
        height: 88px;
    }

    .pad_nav_box .pad_nav_mask {
        width: 35px;
        height: 60px;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        background: url(../images/z19_nav_up.png) no-repeat center #c13e37;
    }

    .pad_nav_box #pad_nav_mask_left {
        width: 45px;
        height: 88px;
        position: absolute;
        z-index: 10;
        top: 0;
        left: -4px;
        background: url(../images/z19_nav_up.png) no-repeat center #c13e37;
        display: none
    }

    .pad_nav_up {
        background: url(../images/z19_nav_up.png) no-repeat center #c13e37;
        width: 88px;
        height: 88px;
        position: absolute;
        right: 0;
        top: 0
    }
}
